home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TOPUNIXATTRIBDIALOG
/
TOPUNIXATTRIBDIALOG.txt
Wrap
Text File
|
2008-11-03
|
4KB
|
169 lines
inherited OpUnixAttribDialog: TOpUnixAttribDialog
Caption = 'Attributes'
ClientHeight = 507
PixelsPerInch = 96
TextHeight = 13
inherited ActionGroupBox: TUiGroupBox
Top = 159
Height = 213
object ActionLbl: TUiLabel
Left = 16
Top = 24
Width = 274
Height = 26
Caption =
'Check a box to set attribute on selected files. Uncheck a box t' +
'o clear attribute.'
WordWrap = True
end
object OwnerLbl: TUiLabel
Left = 22
Top = 62
Height = 13
Caption = '&Owner:'
FocusControl = OwnerEdit
end
object GroupLbl: TUiLabel
Left = 22
Top = 87
Height = 13
Caption = '&Group:'
FocusControl = GroupEdit
end
object PermissionsLbl: TUiLabel
Left = 257
Top = 62
Width = 58
Height = 13
Alignment = taRightJustify
Caption = '&Permissions:'
FocusControl = PermissionsEdit
end
object OwnerEdit: TUiEdit
Left = 87
Top = 59
Width = 121
Height = 21
TabOrder = 0
end
object GroupEdit: TUiEdit
Left = 87
Top = 84
Width = 121
Height = 21
TabOrder = 1
end
object PermissionsEdit: TUiEdit
Left = 320
Top = 59
Width = 38
Height = 21
MaxLength = 3
TabOrder = 2
OnChange = PermissionsEditChange
end
object OwnerGroupBox: TUiGroupBox
Left = 16
Top = 115
Width = 110
Height = 82
Caption = 'O&wner'
TabOrder = 3
object OwnerReadEdit: TUiCheckBox
Left = 8
Top = 18
Height = 17
Caption = 'Read'
TabOrder = 0
OnClick = PermissionsChange
end
object OwnerWriteEdit: TUiCheckBox
Left = 8
Top = 38
Height = 17
Caption = 'Write'
TabOrder = 1
OnClick = PermissionsChange
end
object OwnerExecuteEdit: TUiCheckBox
Left = 8
Top = 58
Height = 17
Caption = 'Execute'
TabOrder = 2
OnClick = PermissionsChange
end
end
object GroupGroupBox: TUiGroupBox
Left = 132
Top = 115
Width = 110
Height = 82
Caption = 'G&roup'
TabOrder = 4
object GroupReadEdit: TUiCheckBox
Left = 8
Top = 18
Height = 17
Caption = 'Read'
TabOrder = 0
OnClick = PermissionsChange
end
object GroupWriteEdit: TUiCheckBox
Left = 8
Top = 38
Height = 17
Caption = 'Write'
TabOrder = 1
OnClick = PermissionsChange
end
object GroupExecuteEdit: TUiCheckBox
Left = 8
Top = 58
Height = 17
Caption = 'Execute'
TabOrder = 2
OnClick = PermissionsChange
end
end
object OtherGroupBox: TUiGroupBox
Left = 248
Top = 115
Width = 110
Height = 82
Caption = 'O&ther'
TabOrder = 5
object OtherReadEdit: TUiCheckBox
Left = 8
Top = 18
Height = 17
Caption = 'Read'
TabOrder = 0
OnClick = PermissionsChange
end
object OtherWriteEdit: TUiCheckBox
Left = 8
Top = 38
Height = 17
Caption = 'Write'
TabOrder = 1
OnClick = PermissionsChange
end
object OtherExecuteEdit: TUiCheckBox
Left = 8
Top = 58
Height = 17
Caption = 'Execute'
TabOrder = 2
OnClick = PermissionsChange
end
end
end
inherited FilteredWarningGroupBox: TUiGroupBox
Top = 380
end
inherited BottomPanel: TUiPanel
Top = 462
end
end